Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Update changesets monorepo [skip netlify] (major) - autoclosed #63

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@size-limit/preset-small-lib 4.10.2 -> 11.1.4 age adoption passing confidence
@testing-library/dom 7.30.3 -> 10.4.0 age adoption passing confidence
@testing-library/jest-dom 5.11.10 -> 6.5.0 age adoption passing confidence
@testing-library/vue 6.4.0 -> 8.1.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 4.12.0 -> 8.3.0 age adoption passing confidence
@typescript-eslint/parser (source) 4.12.0 -> 8.3.0 age adoption passing confidence
@vitejs/plugin-vue (source) 2.2.4 -> 5.1.3 age adoption passing confidence
@vue/cli-plugin-typescript (source) 4.5.12 -> 5.0.8 age adoption passing confidence
@vue/cli-plugin-unit-jest (source) 4.5.12 -> 5.0.8 age adoption passing confidence
@vue/eslint-config-prettier 6.0.0 -> 9.0.0 age adoption passing confidence
@vue/eslint-config-typescript 7.0.0 -> 13.0.0 age adoption passing confidence
@zazen/eslint-config (source) 2.3.0 -> 6.8.0 age adoption passing confidence
eslint (source) 7.28.0 -> 9.9.1 age adoption passing confidence
eslint-config-standard-with-typescript 20.0.0 -> 43.0.1 age adoption passing confidence
eslint-plugin-vue (source) 7.4.1 -> 9.27.0 age adoption passing confidence
husky 4.3.8 -> 9.1.5 age adoption passing confidence
lint-staged 10.5.4 -> 15.2.10 age adoption passing confidence
prettier (source) 2.2.1 -> 3.3.3 age adoption passing confidence
size-limit 4.10.2 -> 11.1.4 age adoption passing confidence
stylelint (source) 13.13.1 -> 16.9.0 age adoption passing confidence
tailwindcss (source) 2.0.4 -> 3.4.10 age adoption passing confidence
tailwindcss-capsize 1.2.2 -> 3.0.5 age adoption passing confidence
typescript (source) 4.2.3 -> 5.5.4 age adoption passing confidence
vite (source) 2.8.6 -> 5.4.2 age adoption passing confidence

Release Notes

ai/size-limit (@​size-limit/preset-small-lib)

v11.1.4

Compare Source

v11.1.3

Compare Source

  • Updated esbuild.
  • Updated CSS loaders for webpack.

v11.1.2

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

v11.0.3

Compare Source

  • Fixed .mjs config support (by Arya Emami).
  • Updated esbuild.

v11.0.2

Compare Source

  • Fixed require is not defined regression.
  • Updated esbuild-visualizer.

v11.0.1

Compare Source

  • Updated estimo.
  • Updated lilconfig.

v11.0.0

Compare Source

v10.0.3

Compare Source

v10.0.2

Compare Source

  • Fixed require is not defined in webpack-css (by Andrey Medvedev).
  • Fixed webpack config defined as function support (by @​lev875).

v10.0.1

Compare Source

  • Fixed imports and exports between packages.

v10.0.0

Compare Source

v9.0.0

Compare Source

v8.2.6

Compare Source

  • Fixed npm release process.

v8.2.5

Compare Source

  • Fixed opening report in @size-limit/esbuild-why (by Yaroslav Chapelskyi).
  • Updated esbuild.

v8.2.4

Compare Source

  • Fixed @size-limit/esbuild-why for multiple checks (by Homa Wong).

v8.2.3

Compare Source

  • Fixed npm release process.

v8.2.2

Compare Source

  • Fixed npm release process.

v8.2.0

Compare Source

v8.1.2

Compare Source

  • Fixed silent mode (by Igor Suvorov).
  • Updated esbuild.
  • Reduced dependencies.

v8.1.1

Compare Source

  • Updated esbuild.

v8.1.0

Compare Source

v8.0.1

Compare Source

  • Fixed config and modifyEsbuildConfig options (by Angelo Ashmore).
  • Updated esbuild.

v8.0.0

Compare Source

v7.0.8

Compare Source

  • Fixed peer dependencies.

v7.0.7

Compare Source

  • Fixed plugin versions in presets.

v7.0.6

Compare Source

  • Added brotlied note to CLI output (by @​azat-io).
  • Updated nanospinner.

v7.0.5

Compare Source

  • Added pnpm examples to migration guide.
  • Fixed docs (by @​azat-io).

v7.0.4

Compare Source

  • Updated esbuild.
  • Updated nanospinner.

v7.0.3

Compare Source

  • Fixed package size.

v7.0.2

Compare Source

  • Fixed peer dependency ignore in @size-limit/esbuild.

v7.0.1

Compare Source

  • Fixed --save-bundle arguments with @size-limit/esbuild.
  • Fixed ignore option with @size-limit/esbuild.
  • Fixed brotli option without webpack.
  • Fixed error messages.

v7.0.0

Compare Source

v6.0.4

Compare Source

  • Updated dependencies.

v6.0.3

Compare Source

  • Updated nanospinner.

v6.0.2

Compare Source

  • Fixed Statoscope report location (by Sergey Melyukov).

v6.0.1

Compare Source

  • Replaced mico-spinner to nanospinner.

v6.0.0

Compare Source

v5.0.5

Compare Source

  • Replaced nanocolors dependency with picocolors.

v5.0.4

Compare Source

  • Replaced colorette dependency with nanocolors.

v5.0.3

Compare Source

v5.0.2

Compare Source

  • Fixed error message on no input files for webpack.
  • Fixed plugins loading from optional dependencies (by Edouard Menayde).

v5.0.1

Compare Source

  • Fixed mico-spinner dependency range.

v5.0.0

Compare Source

v4.12.0

Compare Source

  • Added .size-limit.cjs config file support (by Cole Ellison).

v4.11.0

Compare Source

  • Added modifyWebpackConfig option (by Lenz Weber).

v4.10.3

Compare Source

  • Updated optimize-css-assets-webpack-plugin.
testing-library/dom-testing-library (@​testing-library/dom)

v10.4.0

Compare Source

v10.3.2

Compare Source

Bug Fixes

v10.3.1

Compare Source

Bug Fixes

v10.3.0

Compare Source

v10.2.0

Compare Source

Features
  • Support anonymous custom elements when pretty printing DOM (#​1319) (0a8ad65)

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

Bug Fixes
  • use defineProperty on the error object instead of setting the message directly (#​1268) (3580f25), closes #​1259
Features
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of aria-query changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.

v9.3.4

Compare Source

Bug Fixes

v9.3.3

Compare Source

Bug Fixes
  • use defineProperty on the error object instead of setting the message directly (#​1261) (270a531), closes #​1259

v9.3.2

Compare Source

Bug Fixes

v9.3.1

Compare Source

Bug Fixes

v9.3.0

Compare Source

Features
  • waitFor: Support async unstable_advanceTimersWrapper (#​1229) (d09b3c2)

v9.2.0

Compare Source

Features

v9.1.0

Compare Source

Features

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ByRole: Only allow string as a role.
    Drop support for exact, trim, collapseWhitespace, and normalizer options.
  • Minimum supported Node.js version is now 14.x

v8.20.1

Compare Source

Bug Fixes
  • opera mobile version removed (c5bd543)
  • pin aria-query version and upgrade lz-string (4a13f4b)

v8.20.0

Compare Source

Features

v8.19.1

Compare Source

Bug Fixes

v8.19.0

Compare Source

Features

v8.18.1

Compare Source

Bug Fixes

v8.18.0

Compare Source

Features

v8.17.1

Compare Source

Bug Fixes

v8.17.0

Compare Source

Features

v8.16.1

Compare Source

Bug Fixes

v8.16.0

Compare Source

Features

v8.15.0

Compare Source

Features

v8.14.1

Compare Source

Bug Fixes

v8.14.0

Compare Source

Features

v8.13.0

Compare Source

Features

v8.12.0

Compare Source

Features

v8.11.4

Compare Source

Bug Fixes
  • reset regexg to prevent regexg with global flags to not match every element (#​1116) (90d420d)

v8.11.3

Compare Source

Bug Fixes

v8.11.2

Compare Source

Bug Fixes
  • within: Add extra type paramater to allow reassigning in TypeScript (#​1077) (1f143e5)

v8.11.1

Compare Source

Bug Fixes
  • wait-for: Don't queue microtasks after condition is met (#​1073) (1fc17be)

v8.11.0

Compare Source

Features
  • Prioritize accessible names check higher than inaccessibility check in byRole queries (#​1068) (2866544)

v8.10.1

Compare Source

Bug Fixes

v8.10.0

Compare Source

Features

v8.9.1

Compare Source

Bug Fixes
  • ByRole: Ensure valid query selectors in all transpilation targets (#​1055) (b569a1b)

v8.9.0

Compare Source

Features

v8.7.2

Compare Source

Bug Fixes

v8.7.1

Compare Source

Bug Fixes
  • buildQuery: get*Error functions receive same Arguments type as queryAllBy parameter (#​1041) (6171979)

v8.7.0

Compare Source

Features

v8.6.0

Compare Source

Features

v8.5.0

Compare Source

Features

v8.4.0

Compare Source

Bug Fixes
  • Use syntax compatible with older TypeScript versions (#​1026) (8311c8d)
Features

v8.3.0

Compare Source

Features

v8.2.0

Compare Source

Features

v8.1.1

Compare Source

Bug Fixes

v8.1.0

Compare Source

Features

v8.0.0

Compare Source

Recommendations
  1. If you're using jest fake timers make sure you use modern timers
    jest 27:
    -jest.useFakeTimers('legacy')
    +jest.useFakeTimers('modern')
     // jest.config.js
    -"timers": "legacy",
    +"timers": "modern",
    jest 26:
    -jest.useFakeTimers()
    +jest.useFakeTimers('modern')
     // jest.config.js
    -"timers": "legacy",
    +"timers": "modern",
chore
BREAKING CHANGES
  • Remove deprecated waitFormDOMChange
  • Remove deprecated waitForElement
  • The timeout in waitFor(callback, { interval, timeout } ) now uses the same clock as interval. Previously timeout was always using the real clock while interval was using the global clock which could've been mocked out. For the old behavior I'd recommend waitFor(callback, { interval, timeout: Number.POSITIVE_INFINITY }) and rely on your test runner to timeout considering real timers.
  • <script />, <style /> and comment nodes are now ignored by default in prettyDOM .If you whish to return to the old behavior, use a custom filterNode function. In this case prettyDOM(element, { filterNode: () => true }).
  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

v7.31.2

Compare Source

Bug Fixes

v7.31.1

Compare Source

Bug Fixes

v7.31.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Aug 6, 2024

⚠️ No Changeset found

Latest commit: c673936

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/dev/major-changesets-monorepo branch from 322b4d2 to 7c02734 Compare August 7, 2024 15:39
Copy link
Contributor Author

renovate bot commented Aug 7, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @tidaltheory/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.9.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @vue/[email protected]
npm ERR! node_modules/@vue/eslint-config-typescript
npm ERR!   dev @vue/eslint-config-typescript@"13.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-09-01T15_58_29_358Z-debug-0.log

@renovate renovate bot force-pushed the renovate/dev/major-changesets-monorepo branch 6 times, most recently from f3265e7 to a0c00a2 Compare August 13, 2024 23:30
@renovate renovate bot force-pushed the renovate/dev/major-changesets-monorepo branch 4 times, most recently from 20aa359 to fe25953 Compare August 20, 2024 17:19
@renovate renovate bot force-pushed the renovate/dev/major-changesets-monorepo branch 4 times, most recently from d4467f4 to 2973444 Compare August 29, 2024 20:32
@renovate renovate bot force-pushed the renovate/dev/major-changesets-monorepo branch from 2973444 to c673936 Compare September 1, 2024 15:58
@renovate renovate bot changed the title Chore: Update changesets monorepo [skip netlify] (major) Chore: Update changesets monorepo [skip netlify] (major) - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/dev/major-changesets-monorepo branch September 2, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants